DataSource for Entity Framework in WPF
C1.LiveLinq.Listeners Namespace / PropertyChangeListener<T> Class / Clear Method

In This Topic
    Clear Method (PropertyChangeListener<T>)
    In This Topic
    Stop listening to all, don't listen to any objects.
    Syntax
    'Declaration
     
    Public MustOverride Sub Clear() 
    public abstract void Clear()
    Remarks
    LiveLinq calls this method when a collection is cleared, all objects are removed from it, so it no longer needs to be notified of changes in any of those objects.
    See Also